home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / dinois.dxr / 00026_Script_OBJECT2 < prev    next >
Text File  |  1998-10-25  |  537b  |  21 lines

  1. on mouseDown
  2.   global nomore
  3.   global objects
  4.   if objects = 1 then 
  5.     puppetSound 1, "freed"
  6.     set the member of sprite 12 = "boneopen"
  7.     set the member of sprite 56 = "COB2"
  8.     set objects = 2
  9.     set nomore = 1
  10.   end if
  11.   if objects = 0 then
  12.     global restoration
  13.     global castrestore
  14.     global nomore
  15.     set the member of sprite restoration = castrestore
  16.     set castrestore = the castnum of sprite 12
  17.     set restoration = 12
  18.     set the member of sprite 12 = "helpme"
  19.     set nomore = 1
  20.   end if
  21. end